Skip to main content

AWSSimpleAdapterOptions

@h4ad/serverless-adapter > AWSSimpleAdapterOptions

(interface) AWSSimpleAdapterOptions

The options to customize the AwsSimpleAdapter

Signature:

export interface AWSSimpleAdapterOptions 

(property) batch

Tells if this adapter should support batch item failures.

Signature:

batch?: true | false;

(property) forwardMethod

The http method that will be used to create a request to be forwarded to the framework.

Signature:

forwardMethod: string;

(property) forwardPath

The path that will be used to create a request to be forwarded to the framework.

Signature:

forwardPath: string;

(property) host

The AWS Service host that will be injected inside headers to developer being able to validate if request originate from the library.

Signature:

host: string;